FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader.Recs Namespace / Page Class / GetValue Method / GetValue<T>(Byte) Method

In This Topic
    GetValue<T>(Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetValue(Of T)( _
       ByVal childRecType As Byte _
    ) As T
    public T GetValue<T>( 
       byte childRecType
    )

    Parameters

    childRecType

    Type Parameters

    T
    See Also